home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / music / delitracker / files / arexx.lzx / Arexx / dt_clearlist2.rexx < prev    next >
OS/2 REXX Batch file  |  2015-10-11  |  91b  |  9 lines

  1. /* DeliTracker - clear modulelist */
  2.  
  3. parse arg listnum
  4.  
  5. address 'DELITRACKER'
  6.  
  7. clearlist
  8.  
  9.